GenerativeComponents Help

long

A long value represents an integer ranging from -9,223,372,036,854,775,808 through +9,223,372,036,854,775,807.

Unless you have specific reason to use the long type, you should instead use the int type, which operates much faster.